跳至主要内容

Excel & Google App Script

測試環境

Google Sheet (Excel)

Google App Script (GAS) GAS dark theme extension

webhook


Excel基礎公式

=、<>、and、or、not sum、avgerage、max、min if、ifs、iferror
vlookuphlookup
rowcolumnindexmatch findleftmidrightsubstitute


GAS基礎用法

SpreadsheetApp

SpreadsheetApp.openById
Spreadsheet.getSheets、sheet.getSheetByName
sheet.getRange
range.getValue(s)、range.setValue(s)

UrlFetch Services (Google API)


實作時間

好了,你已經對Excel跟GAS的基礎用法有一定瞭解了 現在讓我們看一下這個簡單題目,把剛剛學到的知識實踐出來吧~ 梗圖連結


今日目標

1.整理成績資料

2.透過GAS取得YT頻道新影片通知

練習用資料 點我><


參考資料(?)

多條件lookup

GAS答案

https://www.game735.com/thread-375300-1-1.html


End